home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17267 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
  2. From: grantp@usa.pipeline.com(Pete Grant)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: VC++ 4.0 memory
  5. Date: 14 Apr 1996 22:40:22 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4krusm$m1@news1.h1.usa.pipeline.com>
  8. References: <4krk06$r8l@news.acns.nwu.edu>
  9. NNTP-Posting-Host: 38.8.120.17
  10. X-PipeUser: grantp
  11. X-PipeHub: usa.pipeline.com
  12. X-PipeGCOS: (Pete Grant)
  13. X-Newsreader: Pipeline v3.5.0
  14.  
  15. On Apr 14, 1996 19:34:30 in article <VC++ 4.0 memory>,
  16. 'jhgreen@labrador.res-hall.nwu.edu (Jed Greene)' wrote: 
  17.  
  18.  
  19. >I am planning on purchasing VC++ 4.0 but I have a few questions. 
  20. >First, will I have flat memory addressing (huge arrays painlessly)?  
  21.  
  22. Yes.  No more segments nor near/far stuff. 
  23.  
  24. >Also, if I compile on 95, will I be able to create applications that 
  25. >run on NT?   
  26.  
  27. Yes.  There are some differences in the WIN32 API between  
  28. NT and Win95, but chances are you won't run into them -- 
  29. at first, anyway.  Typically, the same binaries will 
  30. run on both platforms. 
  31.  
  32. What about 16 bit stuff for 3.1? 
  33.  
  34. Yes and No.  MSVC++4.x is a 32-bit only system.  If you 
  35. limit your code to Win32S and install Win32S on the target 
  36. Win31 machine, it is possible to run MSVC++ generated 
  37. programs.  Win32S does not have threads so you must use 
  38. the single-threaded library. 
  39.  
  40. I'm not sure if you can use MFC in a Win32S program 
  41. since MFC is multi-threaded.  Maybe someone else can 
  42. shed some light on this topic. 
  43.  
  44. BTW, MSVC++4.0 includes MSVC++1.52 for developing 16-bit 
  45. programs.  IMHO this is of limited use since the code 
  46. is most likely not compatible between the two systems. 
  47.  
  48. -- 
  49. Pete Grant 
  50. Kalevi, Inc. 
  51. Software Engineering & development
  52.